Other Protocols
The following protocols are available globally.
-
Undocumented
See more
-
Platform-dependent login presenters that present custom login views must adopt this protocol.
See moreDeclaration
Swift
public protocol OAuth2CustomAuthorizerUI
-
An object adopting this protocol is responsible of the creation of the login controller
See moreDeclaration
Swift
public protocol OAuth2PasswordGrantDelegate: class
-
Protocol for types that can perform
URLRequest
s.The class
See moreOAuth2DataTaskRequestPerformer
implements this protocol and is by default used by allOAuth2
classes to perform requests.Declaration
Swift
public protocol OAuth2RequestPerformer
-
The base type for every FHIR element.
See moreDeclaration
Swift
public protocol FHIRType
-
Undocumented
See more
-
Undocumented
See more
-
Platform-dependent authorizers must adopt this protocol.
See moreDeclaration
Swift
public protocol OAuth2AuthorizerUI
-
A simple protocol for loggers used in OAuth2.
The
See moreOAuth2DebugLogger
is a simple implementation that logs to stdout. If you need more sophisticated logging, just adapt this protocol and set your logger on theOAuth2
instance you’re using.Declaration
Swift
public protocol OAuth2Logger